home *** CD-ROM | disk | FTP | other *** search
- package com.simeda.ActiveViewer;
-
- import javax.microedition.lcdui.Command;
- import javax.microedition.lcdui.CommandListener;
- import javax.microedition.lcdui.Displayable;
-
- class ConnectForm$1 implements CommandListener {
- // $FF: synthetic field
- private final ConnectForm this$0;
-
- ConnectForm$1(ConnectForm var1) {
- this.this$0 = var1;
- }
-
- public void commandAction(Command var1, Displayable var2) {
- this.this$0.this_commandPerformed(var1, var2);
- }
- }
-